<Code Lib>
2020 Method
Changes 0
M

BeamSystem.Create(Document, IList<Curve>, SketchPlane, Int32)

Description:
Creates a 2D BeamSystem with specified profile curves.

public static BeamSystem Create(
	Document document,
	IList<Curve> profile,
	SketchPlane sketchPlane,
	int curveIndexForDirection
)

Return Value BeamSystem If successful, a new BeamSystem object will be returned.

Loading…